home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Suzy B Software 2
/
Suzy B Software CD-ROM 2 (1994).iso
/
prntutil
/
gdosprnt
/
read.me
< prev
Wrap
Text File
|
1995-04-25
|
4KB
|
108 lines
November 26, 1988
This is the doc file for the program GDOSAMP.PRG.
The arc file you received should have:
-- GDOSAMP.PRG The GDOS font sample printer program
-- REED.ME What you are reading now...
REASONS WHY
===========
It's always bugged me that there is no easy way to print GDOS fonts.
You'd have to A) Fix up an ASSIGN.SYS file to select the fonts you
want to use, B) Load up some GDOS-using program that had printer out-
put capabilities, C) Type in some sample text in the various fonts at
the various sizes you wanted to see, D) And print out the mess.
Well, I can't fix 'A' but I can (and did) fix 'B-C-D'. The purpose
of GDOSAMP.PRG is to let you create an ASSIGN.SYS file with all the
fonts you want samples of, (this is assuming you boot with G+PLUS <or
GDOS, if you really are that stupid>), and then run GDOSAMP.PRG and
it will print a sample page of each available point size of each
available font based on that ASSIGN.SYS file.
Note that you MUST have G+PLUS (or GDOS) for this program to run.
Standard system calls were used, so no 'funny stuff' is going on with
the program. NOT having GDOS (or G+PLUS) loaded before running this
program WILL lock up your ST!
The program will first ask you for the GDOS output device. You can
pick 'FX80.SYS' (Device 21) or 'META.SYS' (Device 31). I have tested
the program using Codehead's G+PLUS GDOS replacement and the FX80.SYS
driver, and found no problems. If you create an ASSIGN.SYS file and
put the driver name with device ID 21, the program should function
properly. I just tossed in the META.SYS selection--if you pick it,
the program will go thru the font point sizes and write a file called
GEMFILE.GEM. What you can do with this file is beyond me. This can be
used as a quick way to check what font point sizes are available
with the ASSIGN.SYS file you loaded. The program will then try to
load fonts and tell you how many it loaded. It will then proceed to
print samples of each point size available. After each font is
finished, you must click a mouse button to go on to the next font.
Screen prompts tell you what is going on.
As an end result, you have "sample pages" of each point size of your
GDOS fonts, suitable for filing in some book for later reference. This
can come in handy when using screen fonts, and you aren't sure of what
the printer font will look like.
** NOTE ** If you have NOT loaded GDOS (or G+PLUS) -or- have not
created an ASSIGN.SYS file with any fonts for device 21 or 31, running
the program WILL cause your computer to LOCK UP! I haven't quite
figured out how to see if GDOS (or G+PLUS) is resident BEFORE issuing
vst_load_fonts. If anyone can help, please leave me E-mail here on
GEnie.
Here's a sample ASSIGN.SYS file:
----BEGIN ASSIGN.SYS----
;G+PLUS: GDOS 'C' Testing <----for Codehead's G+PLUS
;
path = c:\gdos.sys\ <----your path may vary
;
01p screen.sys <----no need for screen fonts,
GDOSAMP.PRG doesn't use them...
02p screen.sys
03p screen.sys
04p screen.sys
21 fx80.sys <---substitute your driver name here
ATBO24EP.FNT <-----put the fonts following the driver name
ATSS18EP.FNT that you want samples of...
ATTP10EP.FNT
ATTR18EP.FNT
CMLT18EP.FNT
----END ASSIGN.SYS----
As a parting note, please note that the ST operating system will
double the point sizes (i.e. if you load CMLT18EP.FNT, which is an
18-point font, the system will also allow you to have 36-point font
available).
Also note that if you load up a lot of fonts, and a lot of point sizes
within each of those fonts, it may take some time for all the samples
to print out. Just be patient.
If you are not currently using Codehead's G+PLUS GDOS replacement, you
owe it to yourself to GET IT!! It is 100% compatible with GDOS and is
faster and easier to use. You can run GDOS programs WITHOUT rebooting
and have G+PLUS select the correct ASSIGN.SYS file (from any path!) to
load BEFORE running the program you selected!!
Please note that I'm still learning the ST/VDI/AES and 'C', so the
program is not 'polished' and could definitely use improvment. Still,
it IS functional and USEFUL! I'd appreciate any comments/suggestions.
Send them to: R.LOWREY (GEnie).
Robert M. Lowrey
GEnie: R.LOWREY